- execute an instruction
- 1) Военный термин: выполнять распоряжение2) Техника: выполнять команду
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Instruction path length — is a term frequently used to simply describe the number of machine code instructions required to execute a section of a computer program. The total path length for the entire program could be deemed a measure of the algorithms performance on a… … Wikipedia
Instruction cycle — An instruction cycle (sometimes called fetch and execute cycle, fetch decode execute cycle, or FDX) is the basic operation cycle of a computer. It is the process by which a computer retrieves a program instruction from its memory, determines what … Wikipedia
instruction set — The set of machine language instructions that a processor recognizes and can execute. An instruction set for reduced instruction set computing (RISC) may only contain a few instructions; a computer that uses complex instruction set computing… … Dictionary of networking
Instruction level parallelism — (ILP) is a measure of how many of the operations in a computer program can be performed simultaneously. Consider the following program: 1. e = a + b 2. f = c + d 3. g = e * fOperation 3 depends on the results of operations 1 and 2, so it cannot… … Wikipedia
execute — ex‧e‧cute [ˈekskjuːt] verb [transitive] 1. to do what is written in a contract, plan etc: • The directors make the decisions but the managers have to execute them. • UK companies with a proven management ability to execute a business plan 2.… … Financial and business terms
execute — [ek′si kyo͞ot΄] vt. executed, executing [ME executen < OFr executer, back form. < executeur: see EXECUTOR] 1. to follow out or carry out; do; perform; fulfill [to execute another s orders] 2. to carry into effect; administer (laws, etc.) 3 … English World dictionary
Instruction populaire — Instruction Cette page d’homonymie répertorie les différents sujets et articles partageant un même nom … Wikipédia en Français
Instruction religieuse — Instruction Cette page d’homonymie répertorie les différents sujets et articles partageant un même nom … Wikipédia en Français
instruction — in‧struc‧tion [ɪnˈstrʌkʆn] noun [countable] 1. a statement telling someone what they must do: • He claimed that brokers had failed to carry out his instructions to sell the stocks. ˈshipping inˌstructions COMMERCE TRANSPORT … Financial and business terms
Instruction pipeline — Pipelining redirects here. For HTTP pipelining, see HTTP pipelining. Basic five stage pipeline in a RISC machine (IF = Instruction Fetch, ID = Instruction Decode, EX = Execute, MEM = Memory access, WB = Register write back). In the fourth clock… … Wikipedia
Instruction set simulator — An instruction set simulator (ISS) is a simulation model, usually coded in a high level programming language, which mimics the behavior of a mainframe or microprocessor by reading instructions and maintaining internal variables which represent… … Wikipedia